home *** CD-ROM | disk | FTP | other *** search
- -- background: 2736 from stack: in.3s
- -- bmap block id: 2121
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openStack
- hide message box
- show menuBar
- pass openStack
- end openStack
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=289 top=0 right=90 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseUp
- Visual Effect checkerboard
- go home
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=0 top=271 right=342 bottom=216
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- go to prev card
- end mouseUp
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=41 top=90 right=268 bottom=469
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Dissolve
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve slow
- go to next card
- end mouseUp
-
-
-
- -- part 22 (button)
- -- low flags: 00
- -- high flags: A003
- -- rect: left=0 top=0 right=90 bottom=217
- -- title width / last selected line: 0
- -- icon id / first selected line: 27056 / 27056
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Slide Show
- ----- HyperTalk script -----
- on mouseUp
- play harpsichord a a g g f
- wait 2 seconds
- visual effect Barn Door Open
- go to next card
- repeat 100000
- wait 5 seconds
- Visual effect Dissolve
- go to next card
- end repeat
- end mouseUp
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 0004
- -- rect: left=293 top=271 right=342 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-